| 1. | Catalog name in which the foreign key table is defined 在其中定义外键表的目录名称。 |
| 2. | Table is the foreign key table , and verify that the 表是否为“外键表” ,并验证两个表是否都选定了 |
| 3. | Unqualified schema name in which the foreign key table is defined 在其中定义外键表的架构的非限定名称。 |
| 4. | Is the name of the foreign key table 是外键表的名称。 |
| 5. | Foreign key table name 外键表的名称。 |
| 6. | Foreign key table 外部索引键数据表 |
| 7. | An index enables the sql server 2005 database engine to quickly find related data in the foreign key table 索引使sql server 2005数据库引擎可以在外键表中快速查找相关数据。 |
| 8. | The constraint enforces referential integrity by guaranteeing that changes cannot be made to data in the primary key table if those changes invalidate the link to data in the foreign key table 如果主键表中数据的更改使之与外键表中数据的链接失效,则这种更改将无法实现,从而确保了引用完整性。 |
| 9. | All tables which have foreign key relationships to the selected table - and all foreign key tables from the selected table - will be visualized in the diagram illustrated in figure 7 , following 对所选择的表具有外键关系的所有表以及来自所选表的所有外键表将会在下面的图7中被视觉化的显示出来。 |
| 10. | Although the main purpose of a foreign key constraint is to control the data that can be stored in the foreign key table , it also controls changes to data in the primary key table 尽管foreign key约束的主要目的是控制可以存储在外键表中的数据,但它还可以控制对主键表中数据的更改。例如,如果在sales . salesperson |